@bot.command() async def args(ctx, arg1, arg2): await bot.say('You sent {} and {}'.format(arg1, arg2))